/*底部2024新版样式start*/
.footer-container {
    background-color: #042139;
    padding: 32px 0;
}
.footer-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-content {
    max-width: 1156px;
    margin: 0 auto;
}
.footer-company-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-company-info .company-info-logo {
    margin-top: -20px;
}
.footer-company-info .company-info-logo i {
    font-size: 48px;
    color: #fff;
}
.footer-company-info .company-info-desc {
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding-left: 20px;
    margin-left: 20px;
}
.footer-company-info .company-info-desc::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.1);
}
.footer-contact {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-contact-left {}
.about-qrcode-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}
.about-qrcode-box {
    text-align: center;
}
.about-qrcode-title {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}
.about-qrcode-img {
    display: inline-block;
    width: 100px;
    height: 100px;
    padding: 4px;
    border-radius: 4px;
    background-color: #ffffff;
}
.about-platform-wrapper {
    display: flex;
    align-items: center;
}
.about-platform-item {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
}
.about-platform-item:not(:last-child) {
    margin-right: 20px;
}
.platform-popover-box {
    position: absolute;
    background-color: #fff;
    border-radius: 8px;
    left: -47px;
    padding: 8px;
    top: -175px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: translateY(10px);
    border: 1px solid #e5e5e5;
    z-index: 0;
    pointer-events: none;
}
.platform-popover-box img {
    width: 120px;
    height: 120px;
    border-radius: 8px;
}
.platform-popover-box p {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    text-align: center;
    padding-top: 8px;
    margin: 0;
}
.platform-popover-box::after {
    display: block;
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    bottom: -8px;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 0;
}
.about-platform-item > img {
    position: relative;
    z-index: 1;
    transition: transform 0.2s ease-in-out;
}
.about-platform-item > img:hover + .platform-popover-box {
    opacity: 1;
    transform: translateY(0);
}
.about-platform-item > img:hover  {
    transform: scale(1.1);
}

.footer-contact-right {
    display: flex;
    justify-content: space-between;
    flex: 1;
    margin-left: 250px;
}
.footer-contact-item {
    text-align: left;
}
.contact-item-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
}
.contact-item-links a,
.contact-item-links p {
    display: block;
    max-width: 280px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 8px;
    text-decoration: none;
}
.contact-item-links a {
    transition: color 0.2s ease-in-out;
}
.contact-item-links a:hover {
    color: #ffffff;
}
.footer-copyright,
.footer-copyright a
{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}
/*底部2024新版样式end*/